C1.Maui.Core Assembly / C1.Maui.Core Namespace / C1IconHandler<TVirtualView,TNativeView> Class
Members
C1IconHandler<TVirtualView,TNativeView> Class
Handler of C1Icon
Syntax
public abstract class C1IconHandler<TVirtualView,TNativeView> : C1ViewHandler<TVirtualView,TNativeView>, Microsoft.Maui.IElementHandler, Microsoft.Maui.IPlatformViewHandler, Microsoft.Maui.IViewHandler  
where TVirtualView: C1Icon
where TNativeView: C1.WinUI.Core.C1Icon
Type Parameters
TVirtualView
TNativeView
Inheritance Hierarchy

System.Object
   Microsoft.Maui.Handlers.ElementHandler
      Microsoft.Maui.Handlers.ViewHandler
         Microsoft.Maui.Handlers.ViewHandler<TVirtualView,TPlatformView>
            C1.Maui.Core.C1ViewHandler<TVirtualView,TNativeView>
               C1.Maui.Core.C1IconHandler<TVirtualView,TNativeView>
                  C1.Maui.Core.C1BitmapIconHandler
                  C1.Maui.Core.C1PolygonIconHandler
                  C1.Maui.Core.C1SVGIconHandler

See Also